func internal/runtime/maps.h1

22 uses

	internal/runtime/maps (current package)
		map.go#L183: func h1(h uintptr) uintptr {
		runtime.go#L96: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime.go#L171: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime.go#L259: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32.go#L57: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32.go#L127: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32.go#L242: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32.go#L382: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64.go#L57: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64.go#L127: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64.go#L243: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64.go#L421: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_faststr.go#L133: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_faststr.go#L193: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_faststr.go#L310: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L192: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L226: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L267: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L391: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L423: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L539: 			for seq := makeProbeSeq(h1(hash), t.groups.lengthMask); ; seq = seq.next() {
		table_debug.go#L51: 					print(" not found [hash=", hash, ", h2=", h2(hash), " h1=", h1(hash), "]\n")